home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
tile-for.1
/
tile-for
/
tile-forth-2.1
/
src
/
memory.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-14
|
311 b
|
19 lines
/*
C BASED FORTH-83 MULTI-TASKING KERNEL MEMORY MANAGEMENT DEFINITIONS
Copyright (C) 1989-1990 by Mikael R.K. Patel
*/
/* INCLUDED FILES: SYSTEM MEMORY ALLOCATION */
#ifdef LINT
#include <malloc.h>
#endif
/* EXPORTED MACROS, FUNCTIONS, AND PROCEDURES */
VOID memory_initiate();
VOID memory_finish();